home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14731 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  839 b 

  1. Path: merkurius.lu.se!usenet
  2. From: magnus_dahlberg@hermes.ics.lu.se (Magnus Dahlberg)
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: HELP on abstraction!!!
  5. Date: 1 Apr 1996 13:04:44 GMT
  6. Organization: Informatik, Lunds Universitet
  7. Sender: -Not-Authenticated-[8235]
  8. Message-ID: <4jok9c$a6e@merkurius.lu.se>
  9. NNTP-Posting-Host: mac105.ics.lu.se
  10. X-Posted-From: InterNews 1.0.7@mac105.ics.lu.se
  11. Xdisclaimer: No attempt was made to authenticate the sender's name.
  12.  
  13. Hello everyone!
  14.  
  15. I'm writing a C++ programme that should be able to use both arrays and
  16. linked lists without changing the functions. Is it possible, for
  17. example, to insert a new person in my list (queue) without knowing if
  18. it's an array or a linked list? And if it is, how do I do it? 
  19.  
  20. Please, I need help quickly!
  21. Send your answers to: magnus_dahlberg@hermes.ics.lu.se
  22.  
  23. Thanx!
  24.  
  25.  
  26.